home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / daoclass / daoclass.txt < prev    next >
Text File  |  1997-02-11  |  2KB  |  53 lines

  1. This Zip contains
  2. DAOClass.txt   (This File)
  3. cDAOCommon.cls (Class File)
  4.  
  5. This Class contains Subs and Functions for Handling DAO.
  6.  
  7. This Class is based on the Class EasyDao which contains
  8. a Tremendous Library Of Calls, allows the use of SQL 
  9. without writing the SQL CodeError Handling,Automatic Correcting 
  10. of EOF and BOF, Calls to build and delete Database Objects
  11. such as Tables and Fileds, Database Mapping ,Help Sheet and More
  12. alls you need to get a nice database up and running fast. 
  13. ******************No Royalies*************************** 
  14. This can be purchased from me for $125. Sends Checks 
  15. Payable to Lee D. Johnson and send to :
  16.  
  17.         151 Century Drive Apt 104C
  18.         Greenville, SC 29607
  19. If Ordering after June 97 Email me at one of my Email 
  20. Addresses to recieve a new mailing Address.
  21.  
  22. Instructions :
  23. 1. Add this class to the Visual Basic Project
  24. 2. Then The class has to be defined in you Project
  25.    This is most Commonly done in a Module Bas file
  26.    but if you plan to have many Instances this can 
  27.    be done in the code.
  28.    The code would look like this in a module
  29.    Public ClsDAO As New cDAOCommon
  30. 3. Initialize the class by using the 
  31.    SetDao(DataSource As Object) in the code it would 
  32.    look like this :
  33.    SetDao data1
  34.    *Use the name of your Data Control in place of data1
  35. 4. Now the class is yours to Use.
  36.  
  37.  
  38.  
  39. This Code is Submitted to Public Domain
  40. All's I ask is that I am metioned somewhere in the 
  41. documentation of the app. 
  42.  
  43. Any Comments or Suggestions Feel Free to Email me.
  44. Or Maybe find me on IRC , my nick is pitty and I am
  45. usually in the #visualbasic channel
  46.  
  47. Lee D. Johnson
  48. jb32@ix.netcom.com
  49. Lee@techknow-inc.com
  50.  
  51.  
  52. Have Fun and good Luck :)~
  53.